projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a67efa
)
Fix shr-tag-video startup issue
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 9 Nov 2021 05:26:57 +0000
(06:26 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 9 Nov 2021 05:26:57 +0000
(06:26 +0100)
* lisp/net/shr.el (shr-tag-video): Require xwidgets, because it's
used from callbacks.
lisp/net/shr.el
patch
|
blob
|
history
diff --git
a/lisp/net/shr.el
b/lisp/net/shr.el
index 295ffddf05938cb76da608cf50a441fd46579d60..2d50f2d9fe0923f9c0ce0f82d720a74cbfc05575 100644
(file)
--- a/
lisp/net/shr.el
+++ b/
lisp/net/shr.el
@@
-1680,6
+1680,7
@@
The preference is a float determined from `shr-prefer-media-type'."
(fboundp 'make-xwidget))
;; Play the video.
(progn
+ (require 'xwidgets)
(let ((widget (make-xwidget
'webkit
"Video"